All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.SnmpError

java.lang.Object
   |
   +----aka.snmp.SnmpError

public class SnmpError
extends Object
This is the SNMP error attribute found in SNMP response packets


Constructor Index

 o SnmpError()
Constructor, initalizes it to NO_ERROR
 o SnmpError(int)
Constructor

Method Index

 o main(String[])
Test Harness
 o toString()
Returns the string representation of the SNMP error
 o value()
Returns the value of the error

Constructors

 o SnmpError
 public SnmpError()
Constructor, initalizes it to NO_ERROR

 o SnmpError
 public SnmpError(int theError)
Constructor

Methods

 o value
 public int value()
Returns the value of the error

 o toString
 public String toString()
Returns the string representation of the SNMP error

Overrides:
toString in class Object
 o main
 public static void main(String args[])
Test Harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index